Skip to content

Comments

Update dependencies and improve static code analysis tests#575

Merged
TharmiganK merged 2 commits intoballerina-platform:masterfrom
nureka-rodrigo:master
Sep 18, 2025
Merged

Update dependencies and improve static code analysis tests#575
TharmiganK merged 2 commits intoballerina-platform:masterfrom
nureka-rodrigo:master

Conversation

@nureka-rodrigo
Copy link
Contributor

@nureka-rodrigo nureka-rodrigo commented Sep 18, 2025

Updated the balScanVersion to 0.11.0 and added Jackson Databind in gradle.properties. Modified FileRule.java to include a method for getting rule descriptions. Enhanced StaticCodeAnalyzerTest.java to use scan tool's test API.

Purpose

Fixes: ballerina-platform/ballerina-library#8249

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility

Updated the balScanVersion to 0.11.0 and added Jackson Databind in gradle.properties. Modified FileRule.java to include a method for getting rule descriptions. Enhanced StaticCodeAnalyzerTest.java to use scan tool's test API.
@sonarqubecloud
Copy link

@nureka-rodrigo
Copy link
Contributor Author

@TharmiganK PRAM

@codecov
Copy link

codecov bot commented Sep 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.20%. Comparing base (5d44e2b) to head (78d75fe).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #575   +/-   ##
=========================================
  Coverage     82.20%   82.20%           
  Complexity       91       91           
=========================================
  Files            18       18           
  Lines           770      770           
  Branches        164      164           
=========================================
  Hits            633      633           
  Misses          118      118           
  Partials         19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@TharmiganK TharmiganK merged commit 682cc08 into ballerina-platform:master Sep 18, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update static code analysis tests to use scan tool's test API

2 participants